An example of a JavaScript that shows the text of the link, displayed in status line of the browser. For example, normal link and Informational Text. Be sure to change the red text to fit your needs:
Code inserted in page header (before </head>):
<script language="JavaScript">
<!--
function showlink(txt){
window.status = txt;
}
function hidelink(){
window.status = "";
}
// -->
</script>
Code inserted in page body (after <body>), on link:
<a href="http://www.angen.net/~xacker/" onMouseOver="showlink('Xacker\'s Workshop');return true" onMouseOut="hidelink()">